SftTree/NET 2.0

Cells Property, ItemClass Class

Softel vdm, Inc.

Returns the item's cell collection.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property Cells As CellCollectionClass

C#   

public CellCollectionClass Cells { get; }

C++   

public: property CellCollectionClass^ Cells {
        CellCollectionClass^ get();
}

Property Value

The cell collection.

Comments

The Cells property returns the item's cell collection.

Cells in the cell collection are displayed one for each defined column (Columns.Count). If there are fewer cells in the cell collection than columns, the remaining columns are empty. If there are more cells than columns, the extraneous cells are simply ignored.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com